jetpack
2 years ago
class.wpcom-json-api-add-widget-endpoint.php
2 years ago
class.wpcom-json-api-autosave-post-v1-1-endpoint.php
5 years ago
class.wpcom-json-api-bulk-delete-post-endpoint.php
4 years ago
class.wpcom-json-api-bulk-restore-post-endpoint.php
4 years ago
class.wpcom-json-api-bulk-update-comments-endpoint.php
3 years ago
class.wpcom-json-api-comment-endpoint.php
2 years ago
class.wpcom-json-api-delete-media-endpoint.php
4 years ago
class.wpcom-json-api-delete-media-v1-1-endpoint.php
4 years ago
class.wpcom-json-api-edit-media-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-get-autosave-v1-1-endpoint.php
5 years ago
class.wpcom-json-api-get-comment-counts-endpoint.php
4 years ago
class.wpcom-json-api-get-comment-endpoint.php
4 years ago
class.wpcom-json-api-get-comment-history-endpoint.php
4 years ago
class.wpcom-json-api-get-comments-tree-endpoint.php
4 years ago
class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php
4 years ago
class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php
4 years ago
class.wpcom-json-api-get-customcss.php
2 years ago
class.wpcom-json-api-get-media-endpoint.php
4 years ago
class.wpcom-json-api-get-media-v1-1-endpoint.php
4 years ago
class.wpcom-json-api-get-media-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-get-post-counts-v1-1-endpoint.php
4 years ago
class.wpcom-json-api-get-post-endpoint.php
2 years ago
class.wpcom-json-api-get-post-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-get-site-endpoint.php
2 years ago
class.wpcom-json-api-get-site-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-get-taxonomies-endpoint.php
2 years ago
class.wpcom-json-api-get-taxonomy-endpoint.php
4 years ago
class.wpcom-json-api-get-term-endpoint.php
4 years ago
class.wpcom-json-api-list-comments-endpoint.php
2 years ago
class.wpcom-json-api-list-dropdown-pages-endpoint.php
3 years ago
class.wpcom-json-api-list-embeds-endpoint.php
4 years ago
class.wpcom-json-api-list-media-endpoint.php
2 years ago
class.wpcom-json-api-list-media-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-list-media-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-list-post-type-taxonomies-endpoint.php
4 years ago
class.wpcom-json-api-list-post-types-endpoint.php
3 years ago
class.wpcom-json-api-list-posts-endpoint.php
3 years ago
class.wpcom-json-api-list-posts-v1-1-endpoint.php
3 years ago
class.wpcom-json-api-list-posts-v1-2-endpoint.php
3 years ago
class.wpcom-json-api-list-roles-endpoint.php
2 years ago
class.wpcom-json-api-list-shortcodes-endpoint.php
4 years ago
class.wpcom-json-api-list-terms-endpoint.php
2 years ago
class.wpcom-json-api-list-users-endpoint.php
2 years ago
class.wpcom-json-api-menus-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-post-endpoint.php
3 years ago
class.wpcom-json-api-post-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-render-embed-endpoint.php
2 years ago
class.wpcom-json-api-render-embed-reversal-endpoint.php
2 years ago
class.wpcom-json-api-render-endpoint.php
3 years ago
class.wpcom-json-api-render-shortcode-endpoint.php
3 years ago
class.wpcom-json-api-sharing-buttons-endpoint.php
2 years ago
class.wpcom-json-api-site-settings-endpoint.php
2 years ago
class.wpcom-json-api-site-settings-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-site-settings-v1-3-endpoint.php
2 years ago
class.wpcom-json-api-site-settings-v1-4-endpoint.php
2 years ago
class.wpcom-json-api-site-user-endpoint.php
2 years ago
class.wpcom-json-api-taxonomy-endpoint.php
4 years ago
class.wpcom-json-api-update-comment-endpoint.php
2 years ago
class.wpcom-json-api-update-customcss.php
2 years ago
class.wpcom-json-api-update-media-endpoint.php
4 years ago
class.wpcom-json-api-update-media-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-update-post-endpoint.php
3 years ago
class.wpcom-json-api-update-post-v1-1-endpoint.php
3 years ago
class.wpcom-json-api-update-post-v1-2-endpoint.php
2 years ago
class.wpcom-json-api-update-site-homepage-endpoint.php
4 years ago
class.wpcom-json-api-update-site-logo-endpoint.php
2 years ago
class.wpcom-json-api-update-taxonomy-endpoint.php
4 years ago
class.wpcom-json-api-update-term-endpoint.php
4 years ago
class.wpcom-json-api-update-user-endpoint.php
3 years ago
class.wpcom-json-api-upload-media-endpoint.php
3 years ago
class.wpcom-json-api-upload-media-v1-1-endpoint.php
2 years ago
class.wpcom-json-api-site-user-endpoint.php
267 lines
| 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | |
| 3 | new WPCOM_JSON_API_Site_User_Endpoint( |
| 4 | array( |
| 5 | 'description' => 'Get details of a user of a site by ID.', |
| 6 | 'group' => '__do_not_document', // 'users' |
| 7 | 'stat' => 'sites:1:user', |
| 8 | 'method' => 'GET', |
| 9 | 'path' => '/sites/%s/users/%d', |
| 10 | 'path_labels' => array( |
| 11 | '$site' => '(int|string) Site ID or domain', |
| 12 | '$user_id' => '(int) User ID', |
| 13 | ), |
| 14 | 'response_format' => WPCOM_JSON_API_Site_User_Endpoint::$user_format, |
| 15 | 'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/user/23', |
| 16 | 'example_request_data' => array( |
| 17 | 'headers' => array( |
| 18 | 'authorization' => 'Bearer YOUR_API_TOKEN', |
| 19 | ), |
| 20 | ), |
| 21 | 'example_response' => '{ |
| 22 | "ID": 18342963, |
| 23 | "login": "binarysmash", |
| 24 | "email": false, |
| 25 | "name": "binarysmash", |
| 26 | "URL": "http:\/\/binarysmash.wordpress.com", |
| 27 | "avatar_URL": "http:\/\/0.gravatar.com\/avatar\/a178ebb1731d432338e6bb0158720fcc?s=96&d=identicon&r=G", |
| 28 | "profile_URL": "http:\/\/gravatar.com\/binarysmash", |
| 29 | "roles": [ "administrator" ] |
| 30 | }', |
| 31 | ) |
| 32 | ); |
| 33 | |
| 34 | new WPCOM_JSON_API_Site_User_Endpoint( |
| 35 | array( |
| 36 | 'description' => 'Get details of a user of a site by login.', |
| 37 | 'group' => 'users', |
| 38 | 'stat' => 'sites:1:user', |
| 39 | 'method' => 'GET', |
| 40 | 'path' => '/sites/%s/users/login:%s', |
| 41 | 'path_labels' => array( |
| 42 | '$site' => '(int|string) The site ID or domain.', |
| 43 | '$user_id' => '(string) The user\'s login.', |
| 44 | ), |
| 45 | 'response_format' => WPCOM_JSON_API_Site_User_Endpoint::$user_format, |
| 46 | 'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/user/login:binarysmash', |
| 47 | 'example_request_data' => array( |
| 48 | 'headers' => array( |
| 49 | 'authorization' => 'Bearer YOUR_API_TOKEN', |
| 50 | ), |
| 51 | ), |
| 52 | 'example_response' => '{ |
| 53 | "ID": 18342963, |
| 54 | "login": "binarysmash", |
| 55 | "email": false, |
| 56 | "name": "binarysmash", |
| 57 | "URL": "http:\/\/binarysmash.wordpress.com", |
| 58 | "avatar_URL": "http:\/\/0.gravatar.com\/avatar\/a178ebb1731d432338e6bb0158720fcc?s=96&d=identicon&r=G", |
| 59 | "profile_URL": "http:\/\/gravatar.com\/binarysmash", |
| 60 | "roles": [ "administrator" ] |
| 61 | }', |
| 62 | ) |
| 63 | ); |
| 64 | |
| 65 | new WPCOM_JSON_API_Site_User_Endpoint( |
| 66 | array( |
| 67 | 'description' => 'Update details of a user of a site.', |
| 68 | 'group' => 'users', |
| 69 | 'stat' => 'sites:1:user', |
| 70 | 'method' => 'POST', |
| 71 | 'path' => '/sites/%s/users/%d', |
| 72 | 'path_labels' => array( |
| 73 | '$site' => '(int|string) The site ID or domain.', |
| 74 | '$user_id' => '(int) The user\'s ID.', |
| 75 | ), |
| 76 | 'request_format' => WPCOM_JSON_API_Site_User_Endpoint::$user_format, |
| 77 | 'response_format' => WPCOM_JSON_API_Site_User_Endpoint::$user_format, |
| 78 | 'example_request' => 'https://public-api.wordpress.com/rest/v1/sites/30434183/user/23', |
| 79 | 'example_request_data' => array( |
| 80 | 'headers' => array( |
| 81 | 'authorization' => 'Bearer YOUR_API_TOKEN', |
| 82 | ), |
| 83 | 'body' => array( |
| 84 | 'roles' => array( |
| 85 | array( |
| 86 | 'administrator', |
| 87 | ), |
| 88 | ), |
| 89 | 'first_name' => 'Rocco', |
| 90 | 'last_name' => 'Tripaldi', |
| 91 | ), |
| 92 | ), |
| 93 | 'example_response' => '{ |
| 94 | "ID": 18342963, |
| 95 | "login": "binarysmash", |
| 96 | "email": false, |
| 97 | "name": "binarysmash", |
| 98 | "URL": "http:\/\/binarysmash.wordpress.com", |
| 99 | "avatar_URL": "http:\/\/0.gravatar.com\/avatar\/a178ebb1731d432338e6bb0158720fcc?s=96&d=identicon&r=G", |
| 100 | "profile_URL": "http:\/\/gravatar.com\/binarysmash", |
| 101 | "roles": [ "administrator" ] |
| 102 | }', |
| 103 | ) |
| 104 | ); |
| 105 | |
| 106 | /** |
| 107 | * Site user endpoint class. |
| 108 | * |
| 109 | * /sites/%s/users/%d -> $blog_id, $user_id |
| 110 | */ |
| 111 | class WPCOM_JSON_API_Site_User_Endpoint extends WPCOM_JSON_API_Endpoint { |
| 112 | |
| 113 | /** |
| 114 | * User format. |
| 115 | * |
| 116 | * @var array |
| 117 | */ |
| 118 | public static $user_format = array( |
| 119 | 'ID' => '(int) The ID of the user', |
| 120 | 'login' => '(string) The login username of the user', |
| 121 | 'email' => '(string) The email of the user', |
| 122 | 'name' => '(string) The name to display for the user', |
| 123 | 'first_name' => '(string) The first name of the user', |
| 124 | 'last_name' => '(string) The last name of the user', |
| 125 | 'nice_name' => '(string) The nice_name to display for the user', |
| 126 | 'URL' => '(string) The primary blog of the user', |
| 127 | 'avatar_URL' => '(url) Gravatar image URL', |
| 128 | 'profile_URL' => '(url) Gravatar Profile URL', |
| 129 | 'site_ID' => '(int) ID of the user\'s primary blog', |
| 130 | 'roles' => '(array|string) The role or roles of the user', |
| 131 | ); |
| 132 | |
| 133 | /** |
| 134 | * API Callback. |
| 135 | * |
| 136 | * @param string $path - the path. |
| 137 | * @param int $blog_id - the blog ID. |
| 138 | * @param int $user_id - the user ID. |
| 139 | * |
| 140 | * @return array|WP_Error |
| 141 | */ |
| 142 | public function callback( $path = '', $blog_id = 0, $user_id = 0 ) { |
| 143 | $blog_id = $this->api->switch_to_blog_and_validate_user( $this->api->get_blog_id( $blog_id ) ); |
| 144 | if ( is_wp_error( $blog_id ) ) { |
| 145 | return $blog_id; |
| 146 | } |
| 147 | if ( ! current_user_can_for_blog( $blog_id, 'list_users' ) ) { |
| 148 | return new WP_Error( 'unauthorized', 'User cannot view users for specified site', 403 ); |
| 149 | } |
| 150 | |
| 151 | // Get the user by ID or login |
| 152 | $get_by = str_contains( $path, '/users/login:' ) ? 'login' : 'id'; |
| 153 | $user = get_user_by( $get_by, $user_id ); |
| 154 | |
| 155 | if ( ! $user ) { |
| 156 | return new WP_Error( 'unknown_user', 'Unknown user', 404 ); |
| 157 | } |
| 158 | |
| 159 | if ( ! is_user_member_of_blog( $user->ID, $blog_id ) ) { |
| 160 | return new WP_Error( 'unknown_user_for_site', 'Unknown user for site', 404 ); |
| 161 | } |
| 162 | |
| 163 | if ( 'GET' === $this->api->method ) { |
| 164 | return $this->get_user( $user->ID ); |
| 165 | } elseif ( 'POST' === $this->api->method ) { |
| 166 | if ( ! current_user_can_for_blog( $blog_id, 'promote_users' ) ) { |
| 167 | return new WP_Error( 'unauthorized_no_promote_cap', 'User cannot promote users for specified site', 403 ); |
| 168 | } |
| 169 | return $this->update_user( $user_id, $blog_id ); |
| 170 | } else { |
| 171 | return new WP_Error( 'bad_request', 'An unsupported request method was used.' ); |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Get the user. |
| 177 | * |
| 178 | * @param int $user_id - the user ID. |
| 179 | * |
| 180 | * @return object |
| 181 | */ |
| 182 | public function get_user( $user_id ) { |
| 183 | $the_user = $this->get_author( $user_id, true ); |
| 184 | if ( $the_user && ! is_wp_error( $the_user ) ) { |
| 185 | $userdata = get_userdata( $user_id ); |
| 186 | $the_user->roles = ! is_wp_error( $userdata ) ? array_values( $userdata->roles ) : array(); |
| 187 | if ( is_multisite() ) { |
| 188 | $the_user->is_super_admin = user_can( $the_user->ID, 'manage_network' ); |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | return $the_user; |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Updates user data. |
| 197 | * |
| 198 | * @param int $user_id - the user ID. |
| 199 | * @param int $blog_id - the blog ID. |
| 200 | * |
| 201 | * @return array|WP_Error |
| 202 | */ |
| 203 | public function update_user( $user_id, $blog_id ) { |
| 204 | $user = array(); |
| 205 | $input = $this->input(); |
| 206 | $user['ID'] = $user_id; |
| 207 | $is_wpcom = defined( 'IS_WPCOM' ) && IS_WPCOM; |
| 208 | |
| 209 | if ( get_current_user_id() === (int) $user_id && isset( $input['roles'] ) ) { |
| 210 | return new WP_Error( 'unauthorized', 'You cannot change your own role', 403 ); |
| 211 | } |
| 212 | |
| 213 | if ( $is_wpcom && $user_id !== get_current_user_id() && (int) $user_id === wpcom_get_blog_owner( $blog_id ) ) { |
| 214 | return new WP_Error( 'unauthorized_edit_owner', 'Current user can not edit blog owner', 403 ); |
| 215 | } |
| 216 | |
| 217 | if ( ! $is_wpcom ) { |
| 218 | foreach ( $input as $key => $value ) { |
| 219 | if ( ! is_array( $value ) ) { |
| 220 | $value = trim( $value ); |
| 221 | } |
| 222 | $value = wp_unslash( $value ); |
| 223 | switch ( $key ) { |
| 224 | case 'first_name': |
| 225 | case 'last_name': |
| 226 | $user[ $key ] = $value; |
| 227 | break; |
| 228 | case 'display_name': |
| 229 | case 'name': |
| 230 | $user['display_name'] = $value; |
| 231 | break; |
| 232 | } |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | if ( isset( $input['roles'] ) ) { |
| 237 | // For now, we only use the first role in the array. |
| 238 | if ( is_array( $input['roles'] ) ) { |
| 239 | $user['role'] = $input['roles'][0]; |
| 240 | } elseif ( is_string( $input['roles'] ) ) { |
| 241 | $user['role'] = $input['roles']; |
| 242 | } else { |
| 243 | return new WP_Error( 'invalid_input', __( 'The roles property must be a string or an array.', 'jetpack' ), 400 ); |
| 244 | } |
| 245 | |
| 246 | $editable_roles = array_keys( get_editable_roles() ); |
| 247 | if ( ! in_array( $user['role'], $editable_roles, true ) ) { |
| 248 | return new WP_Error( |
| 249 | 'invalid_input', |
| 250 | sprintf( |
| 251 | /* Translators: placeholder is an invalid role name */ |
| 252 | esc_html__( '%s is not a valid role.', 'jetpack' ), |
| 253 | $editable_roles |
| 254 | ), |
| 255 | 400 |
| 256 | ); |
| 257 | } |
| 258 | } |
| 259 | |
| 260 | $result = wp_update_user( $user ); |
| 261 | if ( is_wp_error( $result ) ) { |
| 262 | return $result; |
| 263 | } |
| 264 | return $this->get_user( $user_id ); |
| 265 | } |
| 266 | } |
| 267 |